-
-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(bearer-auth): added custom response message options #3372
feat(bearer-auth): added custom response message options #3372
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #3372 +/- ##
==========================================
- Coverage 95.77% 95.77% -0.01%
==========================================
Files 152 152
Lines 9187 9207 +20
Branches 2818 2758 -60
==========================================
+ Hits 8799 8818 +19
- Misses 388 389 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks! Looks good to me. I'll merge this into the |
The author should do the following, if applicable
bun run format:fix && bun run lint:fix
to format the code